@charset "utf-8";
	html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,i,s,b,u,pre,code,form,strong,label,em,a,iframe,fieldset,legend,figure,input,button,textarea,p,blockquote {
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	text-decoration:none
}
input,button,select,textarea {
	outline:none
}
textarea {
	resize:none
}
table {
	border-collapse:collapse
}
a {
	cursor:pointer
}
a img,img {
	border:0
}
li {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6,b {
	font-size:100%;
}
input,button,textarea,select {
	font-family:inherit
}
a {
	outline:none;
	text-decoration:none
}
a:hover {
	text-decoration:none
}
img,input {
	vertical-align:middle
}
body{
	position: relative;
}
body,html {
	width:100%;
	font-size:14px;
	letter-spacing: 1px;
	color: #333333;
	background: #ffffff;
	font-family: "Microsoft YaHei","微软雅黑","黑体","宋体","Arial",sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}
.flex{
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.maxWidth{
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1440px){
	.maxWidth{
		max-width: 95%;
	}
}
header{
	display: none;
}
.hide_list{
	display: none;
}
.pc_headers{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(94, 94, 94, 0.4);
	z-index: 9999;
}
.pc_header{
	justify-content: space-between;
	align-items: center;
}
.nav>ul>li>a{
	display: block;
	font-size:16px;
	color: #ffffff;
	line-height: 90px;
	height: 90px;
	transition: all .3s;
	letter-spacing: 1px;
}
.nav ul a:hover{
	background:#1B497F;
}
.logo{
	width: 20%;
}
.logo img{
	height: 72px;
}
.nav{
	width: 70%;
	justify-content: space-between;
	align-items: center;
}
.nav>ul{
	width: 85%;
	justify-content:space-between;
}
.nav>ul>li{
	width: 14.2%;
	text-align: center;
	position: relative;
}
.nav>ul>li.active{
	background:#1B497F;
}
.dropdown-box{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	top: 100%;
	z-index: 9999;
	background: rgba(94, 94, 94, 0.8);
	transition: all .5s;
}
.dropdown-box li{
	text-align: center;
}
.dropdown-box li:hover a{
	color: #ffffff !important;
}
.dropdown-box a{
	font-size: 15px;
	color: #ffffff;
	padding: 10px 5px;
	display: block;
}
.nav>ul>li:hover .dropdown-box{
	display: block;
}
.language{
	width: 10%;
}
.language a{
	color: #ffffff;
	transition: all .3s;
}
.language span{
	display: inline-block;
	color: #ffffff;
	margin: 0 10px;
}
.banner img{
	width: 100%
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.banner .swiper-container{
	--swiper-pagination-color:#ffffff;
}
/* .banner .swiper-pagination span{
	font-size: 36px;
	color: #ffffff;
	font-family: "FandolSong";
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 50px;
} */
.footerlx .x .hm b{
	font-size: 24px;
}
.footerlx .x .er{
	margin-left: 45px;
}
.abouts{
	padding-top: 55px;
	padding-bottom: 60px;
	background: url(../images/about_bj.jpg) center center no-repeat;
}
.about .num{
	justify-content: space-between;
}
.about .num .e{
	font-size: 50px;
	font-weight: bold;
	color: #1B497F;
}
.about .num .b{
	font-size: 50px;
	font-weight: bold;
	color: #1B497F;
}
.about .num .e .s{
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}
.about .num .xf{
	font-size: 16px;
	margin-top: 10px;
}
.activehead{
	background: #010101;
}
.aboutcont{
	margin-top: 60px;
	justify-content: space-between;
	align-items: center;
}
.aboutcont>div{
	width: 48%;
}
.aboutcont .left{
	position: relative;
}
.aboutcont .left .btn{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
}
.aboutcont .left .btn:hover{
	background: rgba(1, 1, 1, 0.5);
}
.aboutcont .left .bf{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.aboutcont .fmt img{
	width: 100%;
}
.aboutcont .right h2{
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 30px;
}
.aboutcont .right .nr p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.aboutcont .right .more{
	margin-top: 50px;
}
.aboutcont .right .more a{
	display: inline-block;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border: 2px solid #1B497F;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	color: #1B497F;
	transition: all .3s;
}
.aboutcont .right .more a:hover{
	background: #1B497F;
	color: #ffffff;
	margin-left: 8px;
}
.indexdiloag{
	display: none;
}
.indexdiloag .diloag-box{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.indexdiloag .diloag-box .diloag-close{
	position: absolute;
	right: 60px;
	top: 110px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.indexdiloag .diloag-box .diloag-close img{
	max-width: 30px;
}
.indexdiloag .diloag-box .diloag-close span{
	color: #ffffff;
}
.indexdiloag .diloag-box video{
	width: 68%;
}
.product{
	position: relative;
}
.product .swiper-slide{
	height: 750px;
}
.product .xyj{
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: #ffffff;
}
.name_gu{
	font-size: 36px;
}
.product .name_gu{
	margin-top: 100px;
}
.enname_gy{
	font-size: 30px;
	text-transform: uppercase;
	opacity: 0.3;
}
.product .enname_gy{
	margin-bottom: 140px;
}
.product .xyj h3 a{
	font-size: 24px;
	color: #ffffff;
	transition: all .3s;
}
.product .xyj h3 a:hover{
	margin-left: 10px;
}
.product .xyj .xian{
	width: 53px;
	height: 5px;
	background: #FFFFFF;
	margin-top: 20px;
}
.product .xyj .js p{
	font-size: 18px;
	margin-top: 40px;
}
.product .swiper-pagination{
	color:#ffffff;
	font-size: 18px;
	bottom: inherit;
	left: inherit;
	right: 0;
	top: 100px;
	text-align: right;
}
.product .swiper-pagination-current{
	font-size: 36px;
}
.product .swiper-container{
	--swiper-navigation-size:24px;
	--swiper-navigation-color:#333333;
}
.product .but_gy{
	background: #ffffff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	top: 65%;
	transition: all .3s;
}
.product .lws{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.product .lwss{
	position: relative;
	height: 100%;
}
.product .swiper-button-prev{
	left: auto;
	right: 100px;
}
.case{
	padding-top: 60px;
	justify-content: space-between;
	align-items: center;
}
.case img{
	width: 100%;
	transition: all .5s;
}
.case .left{
	width: 43%;
}
.case .right{
	width: 55%;
}
.case .right .list:last-child{
	margin-top: 25px;
}
.case .zxf{
	position: relative;
	margin-top: 20px;
}
.case .btnr{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom:0;
	opacity: 0;
	transition: all .5s;
}
.case .btnrs{
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.case .right .list{
	position: relative;
}
.case .btnrs{
	color: #ffffff;
}
.case .btnrs h1{
	font-size: 36px;
}
.case .btnrs h2{
	font-size: 30px;
	margin-top: 20px;
	text-transform: uppercase;
}
.case .btnr:hover{
	opacity: 1;
	background: rgba(1, 1, 1, 0.5);
}
.case .thumb{
	overflow: hidden;
}
.news{
	padding-top: 80px;
	padding-bottom: 87px;
	background: url(../images/news_bj.jpg) center center no-repeat;
}
.newscont{
	margin-top: 60px;
	justify-content: space-between;
	align-items: center;
}
.newscont .left{
	width: 20%;
}
.newscont .lm a{
	color: #666666;
	font-size: 18px;
	display: block;
	margin-bottom: 55px;
	transition: all .3s;
}
.newscont .lm a:hover{
	color: #1B497F;
	font-weight: bold;
}
.newscont .more a{
	display: inline-block;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border: 2px solid #1B497F;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	color: #1B497F;
	transition: all .3s;
}
.newscont .more a:hover{
	background: #1B497F;
	color: #ffffff;
	margin-left: 8px;
}
.newscont .more{
	margin-top: 200px;
}
.newscont .right{
	width: 76%;
	justify-content: space-between;
	border-left: 2px solid #EDEDED;
}
.newscont .right .list{
	width: 32%;
	transition: all .5;
}
.newscont .right a{
	display: block;
	color: #333333;
	padding: 40px 20px;
}
.newscont .right .thumb{
	height: 200px;
	overflow: hidden;
}
.newscont .right .thumb img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.newscont .right .r{
	font-size: 34px;
	font-weight: bold;
}
.newscont .right .n{
	font-size: 14px;
	margin-top: 30px;
}
.newscont .right .title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 13px;
}
.newscont .right .ms{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
}
.newscont .right .gd{
	color: #999999;
	margin-top: 30px;
}
.newscont .right .list:hover{
	background: #1B497F;
}
.newscont .right .list:hover a{
	color: #ffffff;
}
.newscont .right .list:hover .ms{
	color: #ffffff;
}
.newscont .right .list:hover .gd{
	color: #ffffff;
}
.newscont .right .list:hover img{
	transform: scale(1.2);
}

.footers{
		padding-top: 55px;
		background: #010101;
}
.footer{
		justify-content: space-between;
}
.footernav{
		width: 62%;
}
.footerlx{
		width: 27%;
}
.footernav{
		justify-content: space-between;
}
.topTitle{
		margin-bottom: 30px;
}
.topTitle a{
		font-size: 16px;
		color: #ffffff;
}
.footernav ul a{
		font-size: 14px;
		display: block;
		color: #B9B9B9;
		margin-top: 20px;

}
.footerlx .x p{
		color: #B9B9B9;
		font-size: 14px;
		margin-top: 10px;
}
.footerlx .x .y{
		margin-top: 0;
}
.footerlx .tb{
		position: relative;
		top: 3px;
}
.banquan{
		margin-top: 50px;
		border-top: 1px solid #444444;
		padding: 10px 0;
		color: #727272;
		font-size: 12px;
		justify-content: space-between;
}
.banquan a{
		color: #727272;
		font-size: 12px;
}
.nybanner img{
	width: 100%;
}
@media only screen and (max-width: 1080px){
	.pc_headers{
		display: none;
	}
	header{
		display: block;
	}
	.hide_list{
		display: block;
	}
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
		line-height: 50px;
		height: 50px;
		z-index: 10000;
	}
	.header{
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.header img{
		height: 44px;
	}
	.header .list {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px
	}

	.header .list:before {
		transition: all .3s ease;
		content: "\20";
		width: 19px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 16px;
		top: 18px
	}

	.header .list:after {
		transition: all .3s ease;
		content: "\20";
		width: 19px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 16px;
		top: 24px
	}
	.hide_list {
		visibility: visible;
		overflow: hidden;
		overflow-y: auto;
		background: #0D0D0D;
		padding-top: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		top: 0;
		right: 0;
		z-index: 3000;
		transform: translateX(-100%);
		transition: all .3s ease;
		-webkit-overflow-scrolling: touch
	}

	.hide_list ul {
		padding-top: 16px
	}

	.hide_list li {
		margin: 0 16px;
		border-bottom: 1px solid rgba(255,255,255,.2)
	}

	.hide_list li a {
		line-height: 40px;
		display: block;
		position: relative;
		color: #fff;
		background: url(../images/icon-right.svg) no-repeat right center;
		background-size: 6px;
		font-size: .88rem;
	}

	.hide_list li a i {
		color: #fff;
		background: #ff1a1a;
		border-radius: 3px;
		padding: 2px;
		vertical-align: middle;
		margin-left: 2px;
		font-size: .6rem
	}

	.hide_list .ft {
		color: #666;
		margin: 30px 10px;
		text-align: center;
		font-size: 12px
	}

	.hide_list .ft a {
		color: #fff;
		margin: 0 3px;
		font-size: 18px;
		font-weight: bold;
	}

	.pop-nav {
		overflow: hidden
	}

	.pop-nav .header .list:before {
		transform: rotate(-45deg) translateX(-4px) translateY(4px);
		width: 21px
	}

	.pop-nav .header .list:after {
		transform: rotate(45deg) translateX(0) translateY(0);
		width: 21px
	}

	.pop-nav .hide_list {
		transform: translateX(0);
		visibility: visible
	}

	.pop-nav .popHead .header {
		background: rgba(0,0,0,.98)
	}
	.pop-nav{
		overflow: hidden;
	}
	.abouts{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about .num .b{
		font-size: 40px;
	}
	.about .num{
		flex-wrap: wrap;
	}
	.about .num .pl{
		width: 50%;
		text-align: center;
	}
	.about .num .xf{
		margin-top: 5px;
	}
	.aboutcont{
		margin-top: 30px;
		flex-direction: column;
	}
	.aboutcont>div{
		width: 100%;
	}
	.aboutcont .right h2{
		font-size: 24px;
		line-height: 40px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.aboutcont .right .nr p{
		font-size: 16px;
		line-height: 28px;
	}
	.aboutcont .right .more{
		margin-top: 20px;
	}
	.aboutcont .right .more a{
		width: 150px;
	}
	.case{
		padding-top: 30px;
		flex-direction: column;
	}
	.name_gu{
		font-size: 30px;
	}
	.enname_gy{
		font-size: 26px;
	}
	.case .left{
		width: 100%;
	}
	.case .left .name_gu{
		text-align: center;
	}
	.case .left .enname_gy{
		text-align: center;
	}
	.case .btnr{
		opacity: 1;
	}
	.case .right{
		width: 100%;
	}
	.case .right .list{
		margin-top: 10px;
	}
	.case .right .list:last-child{
		margin-top: 10px;
	}
	.case .btnrs h1{
		font-size: 30px;
	}
	.case .btnrs h2{
		font-size: 26px;
	}
	.news{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.news .name_gu{
		text-align: center;
	}
	.news .enname_gy{
		text-align: center;
	}
	.newscont{
		flex-direction: column;
		margin-top: 20px;
	}
	.newscont .left{
		width: 100%;
	}
	.newscont .left .lm{
		display: flex;
		justify-content: center;
	}
	.newscont .lm a{
		margin-bottom: 15px;
	}
	.newscont .more{
		display: none;
	}
	.newscont .right{
		width: 100%;
		flex-direction: column;
	}
	.newscont .right .list{
		width: 100%;
		border-bottom: 1px solid #e8e4e4;
	}
	.newscont .right a{
		padding: 20px 20px
	}
	.newscont .right .r{
		font-size: 28px;
	}
	.newscont .right .n{
		font-size: 12px;
		margin-top: 10px;
	}
	.newscont .right .title{
		margin-top: 10px;
	}
	.newscont .right .gd{
		margin-top: 10px;
	}
	.footers{
		padding-top: 40px;
	}
	.footernav{
		display: none;
	}
	.footerlx{
		width: 100%;
	}
	.topTitle{
		margin-bottom: 15px;
	}
	.banquan{
		flex-direction: column;
		justify-content: center;
		margin-top: 20px;
		font-size: 10px;
	}
	.banquan div{
		text-align: center;
		font-size: 10px;
	}
	.banner{
		margin-top: 50px;
	}
	.nybanner{
		margin-top: 0px !important;
	}
}
